home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3edtcyc.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_EDITCYCLE_H = 1;
- include("oops/r3osgdgt.js")
-
-
- var R3CLID_EDITCYCLE = 36;
-
-
-
-
- R3ECYA_String = 36500;
- function SetR3ECYA_String(value) {
- R3Set(this.r3obj, R3ECYA_String, value, R3TID_STRING, 0);
- }
-
- function GetR3ECYA_String() {
- return R3Get(this.r3obj, R3ECYA_String, R3TID_STRING, 0);
- }
-
- R3ECYA_Labels = 36501;
- function SetR3ECYA_Labels(value) {
- R3Set(this.r3obj, R3ECYA_Labels, value, R3TID_STRING, R3TNF_ARRAY);
- }
-
- var R3ECYR_MENUSELECTED = 1;
-
-
- function r3Editcycle () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_EDITCYCLE, arguments);
- }
- // Attributes
- this.GetString=GetR3ECYA_String;
- this.SetString=SetR3ECYA_String;
- this.SetLabels=SetR3ECYA_Labels;
- }
-
- r3Editcycle.prototype=new r3Osgadget;
- // r3edtcyc.h_H